$(document).ready(function() {
$('.marquee').click(function(){
window.location = "serwis.html";
});
}
